home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Reusable Classes_Code / String_IO_Manipulation / SerialEngine / ReadMe < prev    next >
Text File  |  1999-10-22  |  451b  |  11 lines

  1. SerialEngine 1.0
  2. By Adam Robinson
  3.  
  4. SerialEngine provides an easy to use serial number engine for programmers to include in their projects. There is only one method you should worry about:
  5.  
  6. result=GetCode(name,key,code)
  7.  
  8. Name        Type                Function
  9. Name        string            the name you wish to encrypt
  10. key                    string     the characters allowed. Should be all alpha-numerics, and space.
  11. code                int                        the scramble key. You should use a different one for each product.